[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Close                    Closes File

Close(var F : <file type>);

    Close a file that was opened via Reset, Rewrite, Append, or Truncate.
    If the file is opened for output (Rewrite, Append, Truncate), any data
    still in the file buffer is automatically written to the disk.

               F    Any file type (text, data, untyped)

  -------------------------------- Example ---------------------------------

           Close(F);

See Also: Assign Reset Rewrite Append Truncate
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson